home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4224 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.9 KB

  1. Path: news.iconn.net!news
  2. From: thecrow@iconn.net (The Crow)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Pissed off at Microsoft.
  5. Date: 29 Jan 1996 04:21:17 GMT
  6. Organization: I rule the world
  7. Message-ID: <4ehhvt$ljf@news.iconn.net>
  8. References: <eclipse-2501960300550001@ts-24.pacific.net> <4e95ts$ptk@cloner3.netcom.com> <4ebi15$ps8@cloner2.ix.netcom.com> <DLuBnE.C1I@freenet.carleton.ca>
  9. NNTP-Posting-Host: st-ts00-01.iconn.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.6
  13.  
  14. rl!
  15. >
  16. >> Oh yeah, and another thing: make it possible to remove drivers
  17. >> and TSR's from memory without rebooting, including removing
  18. >> memory managers, such as whatever the equivelent of EMM386
  19. >> and HIMEM are going to be.
  20. >> 
  21. >> Also, allow users to specify that a DOS program not use
  22. >> virtual memory no matter what, and that no other programs
  23. >> run in the background, and swap all memory not regarding
  24. >> the operating system and the DOS program to virtual memory,
  25. >> so that the DOS program has FULL system attention, so
  26. >> that the program will not slow down.
  27. >
  28. >Hmm... I sure hope it can run on a PC ;^)
  29. >
  30. >JRS
  31. >
  32. You guys are running into the same traps microsft did.  If you want to make a 
  33. stable OS you have to kill off the backward compatibility (like NT) get 
  34. imaginitive, forget about HIMEM and DOS and all that. I had an interesting 
  35. idea, the main problem with STACKER and other double-space programs was the 
  36. memory they took up and the overhead (it wasn't bad really) If you built the 
  37. operating system from the ground up to have a compressed file system, you might 
  38. even be able to make it FASTER than an ordinary system, because bytes would be 
  39. physically closer together. Stacker managed to be about AS fast on low 
  40. compression even though it had to deal with the DOS file system. Just an idea.
  41. -- 
  42. The Crow - thecrow@iconn.net
  43. "It can't rain all the time"
  44. -Kryptology
  45.  
  46.